home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xmcd-1.4 / common.d / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-10  |  1.3 KB  |  39 lines

  1. /*
  2.  *   patchlevel.h - Common patchlevel header file for xmcd, cda and libdi.
  3.  *
  4.  *    xmcd  - Motif(tm) CD Audio Player
  5.  *    cda   - Command-line CD Audio Player
  6.  *    libdi - CD Audio Player Device Interface Library
  7.  *
  8.  *
  9.  *   Copyright (C) 1995  Ti Kan
  10.  *   E-mail: ti@amb.org
  11.  *
  12.  *   This program is free software; you can redistribute it and/or modify
  13.  *   it under the terms of the GNU General Public License as published by
  14.  *   the Free Software Foundation; either version 2 of the License, or
  15.  *   (at your option) any later version.
  16.  *
  17.  *   This program is distributed in the hope that it will be useful,
  18.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.  *   GNU General Public License for more details.
  21.  *
  22.  *   You should have received a copy of the GNU General Public License
  23.  *   along with this program; if not, write to the Free Software
  24.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  25.  *
  26.  */
  27. #ifndef __PATCHLEVEL_H__
  28. #define __PATCHLEVEL_H__
  29.  
  30. #ifndef LINT
  31. static char *_patchlevel_h_ident_ = "@(#)patchlevel.h    5.4.1 95/02/16";
  32. #endif
  33.  
  34. #define VERSION        "1.4"        /* The version number */
  35. #define VERSION_EXT    ""        /* Version number extension */
  36. #define PATCHLEVEL    2        /* The patch level */
  37.  
  38. #endif    /* __PATCHLEVEL_H__ */
  39.